pygrub tmp files should live in /var/run/ not /var/lib/, as they are
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Sat, 9 Dec 2006 15:04:27 +0000 (15:04 +0000)
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>
Sat, 9 Dec 2006 15:04:27 +0000 (15:04 +0000)
commit5334214febf69d7e84642539543ef5277789cead
tree431f66eb9370af3c320c3c0f7f72fd8c8bd01941
parent74d9fdb1471770e4a59e0af34802b9a56eb98d56
pygrub tmp files should live in /var/run/ not /var/lib/, as they are
indeed runtime only.

Also fix a race condition in making the pygrub fifo.

Signed-off-by: John Levon <john.levon@sun.com>
tools/pygrub/Makefile
tools/pygrub/src/pygrub
tools/python/xen/xend/XendBootloader.py